How can I install the Play! framework using typesafe-stack? [migrated]
Posted
by
lhk
on Programmers
See other posts from Programmers
or by lhk
Published on 2012-03-18T10:27:16Z
Indexed on
2012/03/18
18:21 UTC
Read the original article
Hit count: 238
I'd like to create a new project with the Play! framework. My system is Mint 12 64bit. Since the newest version of Play! is already bundled with the typesafe-stack, I thought installation would be easy. I added the typesafe repo, then I apt-get updated and apt-get installed typesafe-stack with the command g8 typesafehub/play-scala
.
I successfully created a new project in my home folder. Now the problems begin:
I don't know how to access Play! with this installation. After creating the project, I tried to convert it into an Eclipse project, it but there's no play
command available in the terminal.
How can I get a "standard" Play! installation on Linux? What happens to the tools bundled in the typesafe stack - Where do they go?
© Programmers or respective owner